3.106 \(\int \frac{1}{(d x)^{5/2} (a+b \log (c x^n))} \, dx\)

Optimal. Leaf size=64 \[ \frac{e^{\frac{3 a}{2 b n}} \left (c x^n\right )^{\left .\frac{3}{2}\right /n} \text{Ei}\left (-\frac{3 \left (a+b \log \left (c x^n\right )\right )}{2 b n}\right )}{b d n (d x)^{3/2}} \]

[Out]

(E^((3*a)/(2*b*n))*(c*x^n)^(3/(2*n))*ExpIntegralEi[(-3*(a + b*Log[c*x^n]))/(2*b*n)])/(b*d*n*(d*x)^(3/2))

________________________________________________________________________________________

Rubi [A]  time = 0.0591011, antiderivative size = 64, normalized size of antiderivative = 1., number of steps used = 2, number of rules used = 2, integrand size = 20, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0.1, Rules used = {2310, 2178} \[ \frac{e^{\frac{3 a}{2 b n}} \left (c x^n\right )^{\left .\frac{3}{2}\right /n} \text{Ei}\left (-\frac{3 \left (a+b \log \left (c x^n\right )\right )}{2 b n}\right )}{b d n (d x)^{3/2}} \]

Antiderivative was successfully verified.

[In]

Int[1/((d*x)^(5/2)*(a + b*Log[c*x^n])),x]

[Out]

(E^((3*a)/(2*b*n))*(c*x^n)^(3/(2*n))*ExpIntegralEi[(-3*(a + b*Log[c*x^n]))/(2*b*n)])/(b*d*n*(d*x)^(3/2))

Rule 2310

Int[((a_.) + Log[(c_.)*(x_)^(n_.)]*(b_.))^(p_)*((d_.)*(x_))^(m_.), x_Symbol] :> Dist[(d*x)^(m + 1)/(d*n*(c*x^n
)^((m + 1)/n)), Subst[Int[E^(((m + 1)*x)/n)*(a + b*x)^p, x], x, Log[c*x^n]], x] /; FreeQ[{a, b, c, d, m, n, p}
, x]

Rule 2178

Int[(F_)^((g_.)*((e_.) + (f_.)*(x_)))/((c_.) + (d_.)*(x_)), x_Symbol] :> Simp[(F^(g*(e - (c*f)/d))*ExpIntegral
Ei[(f*g*(c + d*x)*Log[F])/d])/d, x] /; FreeQ[{F, c, d, e, f, g}, x] &&  !$UseGamma === True

Rubi steps

\begin{align*} \int \frac{1}{(d x)^{5/2} \left (a+b \log \left (c x^n\right )\right )} \, dx &=\frac{\left (c x^n\right )^{\left .\frac{3}{2}\right /n} \operatorname{Subst}\left (\int \frac{e^{-\frac{3 x}{2 n}}}{a+b x} \, dx,x,\log \left (c x^n\right )\right )}{d n (d x)^{3/2}}\\ &=\frac{e^{\frac{3 a}{2 b n}} \left (c x^n\right )^{\left .\frac{3}{2}\right /n} \text{Ei}\left (-\frac{3 \left (a+b \log \left (c x^n\right )\right )}{2 b n}\right )}{b d n (d x)^{3/2}}\\ \end{align*}

Mathematica [A]  time = 0.0729569, size = 62, normalized size = 0.97 \[ \frac{x e^{\frac{3 a}{2 b n}} \left (c x^n\right )^{\left .\frac{3}{2}\right /n} \text{Ei}\left (-\frac{3 \left (a+b \log \left (c x^n\right )\right )}{2 b n}\right )}{b n (d x)^{5/2}} \]

Antiderivative was successfully verified.

[In]

Integrate[1/((d*x)^(5/2)*(a + b*Log[c*x^n])),x]

[Out]

(E^((3*a)/(2*b*n))*x*(c*x^n)^(3/(2*n))*ExpIntegralEi[(-3*(a + b*Log[c*x^n]))/(2*b*n)])/(b*n*(d*x)^(5/2))

________________________________________________________________________________________

Maple [F]  time = 0.108, size = 0, normalized size = 0. \begin{align*} \int{\frac{1}{a+b\ln \left ( c{x}^{n} \right ) } \left ( dx \right ) ^{-{\frac{5}{2}}}}\, dx \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(1/(d*x)^(5/2)/(a+b*ln(c*x^n)),x)

[Out]

int(1/(d*x)^(5/2)/(a+b*ln(c*x^n)),x)

________________________________________________________________________________________

Maxima [F]  time = 0., size = 0, normalized size = 0. \begin{align*} -2 \, b n \int \frac{1}{3 \,{\left (b^{2} d^{\frac{5}{2}} \log \left (c\right )^{2} + b^{2} d^{\frac{5}{2}} \log \left (x^{n}\right )^{2} + 2 \, a b d^{\frac{5}{2}} \log \left (c\right ) + a^{2} d^{\frac{5}{2}} + 2 \,{\left (b^{2} d^{\frac{5}{2}} \log \left (c\right ) + a b d^{\frac{5}{2}}\right )} \log \left (x^{n}\right )\right )} x^{\frac{5}{2}}}\,{d x} - \frac{2}{3 \,{\left (b d^{\frac{5}{2}} \log \left (c\right ) + b d^{\frac{5}{2}} \log \left (x^{n}\right ) + a d^{\frac{5}{2}}\right )} x^{\frac{3}{2}}} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/(d*x)^(5/2)/(a+b*log(c*x^n)),x, algorithm="maxima")

[Out]

-2*b*n*integrate(1/3/((b^2*d^(5/2)*log(c)^2 + b^2*d^(5/2)*log(x^n)^2 + 2*a*b*d^(5/2)*log(c) + a^2*d^(5/2) + 2*
(b^2*d^(5/2)*log(c) + a*b*d^(5/2))*log(x^n))*x^(5/2)), x) - 2/3/((b*d^(5/2)*log(c) + b*d^(5/2)*log(x^n) + a*d^
(5/2))*x^(3/2))

________________________________________________________________________________________

Fricas [F]  time = 0., size = 0, normalized size = 0. \begin{align*}{\rm integral}\left (\frac{\sqrt{d x}}{b d^{3} x^{3} \log \left (c x^{n}\right ) + a d^{3} x^{3}}, x\right ) \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/(d*x)^(5/2)/(a+b*log(c*x^n)),x, algorithm="fricas")

[Out]

integral(sqrt(d*x)/(b*d^3*x^3*log(c*x^n) + a*d^3*x^3), x)

________________________________________________________________________________________

Sympy [F]  time = 0., size = 0, normalized size = 0. \begin{align*} \int \frac{1}{\left (d x\right )^{\frac{5}{2}} \left (a + b \log{\left (c x^{n} \right )}\right )}\, dx \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/(d*x)**(5/2)/(a+b*ln(c*x**n)),x)

[Out]

Integral(1/((d*x)**(5/2)*(a + b*log(c*x**n))), x)

________________________________________________________________________________________

Giac [F]  time = 0., size = 0, normalized size = 0. \begin{align*} \int \frac{1}{\left (d x\right )^{\frac{5}{2}}{\left (b \log \left (c x^{n}\right ) + a\right )}}\,{d x} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/(d*x)^(5/2)/(a+b*log(c*x^n)),x, algorithm="giac")

[Out]

integrate(1/((d*x)^(5/2)*(b*log(c*x^n) + a)), x)